home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / yacas_alg / yacas_morphos / share / yacas / include / stdfileio.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  257 b   |  19 lines

  1. /** \file stdfileioio.h
  2.  * definitions of input output classes that read and write from file.
  3.  */
  4.  
  5.  
  6. #ifndef __stdfileio_h__
  7. #define __stdfileio_h__
  8.  
  9. #include "yacasbase.h"
  10. #include "lispio.h"
  11. #include "lispenvironment.h"
  12.  
  13.  
  14. #include "platfileio.h"
  15.  
  16.  
  17. #endif
  18.  
  19.